Home
last modified time | relevance | path

Searched refs:kernfs_iattr_rwsem (Results 1 – 2 of 2) sorted by relevance

/linux/fs/kernfs/
H A Ddir.c411 down_write(&kernfs_root(kn)->kernfs_iattr_rwsem); in kernfs_link_sibling()
415 up_write(&kernfs_root(kn)->kernfs_iattr_rwsem); in kernfs_link_sibling()
441 down_write(&kernfs_root(kn)->kernfs_iattr_rwsem); in kernfs_unlink_sibling()
445 up_write(&kernfs_root(kn)->kernfs_iattr_rwsem); in kernfs_unlink_sibling()
850 down_write(&root->kernfs_iattr_rwsem); in kernfs_add_one()
858 up_write(&root->kernfs_iattr_rwsem); in kernfs_add_one()
1031 init_rwsem(&root->kernfs_iattr_rwsem); in kernfs_create_root()
1559 down_write(&kernfs_root(kn)->kernfs_iattr_rwsem); in __kernfs_remove()
1566 up_write(&kernfs_root(kn)->kernfs_iattr_rwsem); in __kernfs_remove()
1590 down_write(&kernfs_root(kn)->kernfs_iattr_rwsem); in __kernfs_remove()
[all …]
H A Dkernfs-internal.h50 struct rw_semaphore kernfs_iattr_rwsem; member