Home | History | Annotate | Download | only in linux

Lines Matching refs:fs_excl

1458 #define get_fs_excl() atomic_inc(&current->fs_excl)
1459 #define put_fs_excl() atomic_dec(&current->fs_excl)
1460 #define has_fs_excl() atomic_read(&current->fs_excl)