Home
last modified time | relevance | path

Searched refs:notify_change (Results 1 – 22 of 22) sorted by relevance

/linux/fs/
A Dattr.c310 int notify_change(struct user_namespace *mnt_userns, struct dentry *dentry, in notify_change() function
422 EXPORT_SYMBOL(notify_change);
A Dutimes.c65 error = notify_change(mnt_user_ns(path->mnt), path->dentry, &newattrs, in vfs_utimes()
A Dopen.c64 ret = notify_change(mnt_userns, dentry, &newattrs, NULL); in do_truncate()
581 error = notify_change(mnt_user_ns(path->mnt), path->dentry, in chmod_common()
678 error = notify_change(mnt_userns, path->dentry, &newattrs, in chown_common()
A Dinode.c1936 return notify_change(mnt_userns, dentry, &newattrs, NULL); in __remove_privs()
/linux/fs/overlayfs/
A Dcopy_up.c292 return notify_change(&init_user_ns, upperdentry, &attr, NULL); in ovl_set_size()
304 return notify_change(&init_user_ns, upperdentry, &attr, NULL); in ovl_set_timestamps()
316 err = notify_change(&init_user_ns, upperdentry, &attr, NULL); in ovl_set_attr()
324 err = notify_change(&init_user_ns, upperdentry, &attr, NULL); in ovl_set_attr()
A Dinode.c80 err = notify_change(&init_user_ns, upperdentry, attr, NULL); in ovl_setattr()
A Ddir.c513 err = notify_change(&init_user_ns, newdentry, &attr, NULL); in ovl_create_over_whiteout()
A Dsuper.c824 err = notify_change(&init_user_ns, work, &attr, NULL); in ovl_workdir_create()
/linux/drivers/base/
A Ddevtmpfs.c225 notify_change(&init_user_ns, dentry, &newattrs, NULL); in handle_create()
333 notify_change(&init_user_ns, dentry, &newattrs, NULL); in handle_remove()
/linux/fs/cachefiles/
A Dinterface.c473 ret = notify_change(&init_user_ns, object->backer, &newattrs, NULL); in cachefiles_attr_changed()
480 ret = notify_change(&init_user_ns, object->backer, &newattrs, NULL); in cachefiles_attr_changed()
/linux/fs/ecryptfs/
A Dinode.c857 rc = notify_change(&init_user_ns, lower_dentry, in ecryptfs_truncate()
966 rc = notify_change(&init_user_ns, lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
/linux/fs/affs/
A DChanges115 really necessary as notify_change() will do
/linux/fs/nfsd/
A Dvfs.c437 host_err = notify_change(&init_user_ns, dentry, &size_attr, NULL); in nfsd_setattr()
452 host_err = notify_change(&init_user_ns, dentry, iap, NULL); in nfsd_setattr()
/linux/fs/ksmbd/
A Dsmbacl.c1370 rc = notify_change(user_ns, path->dentry, &newattrs, NULL); in set_info_sec()
A Dsmb2pdu.c5645 rc = notify_change(user_ns, dentry, &attrs, NULL); in set_file_basic_info()
/linux/Documentation/filesystems/
A Dporting.rst152 Callers of notify_change() need ->i_mutex now.
/linux/include/linux/
A Dfs.h2977 int notify_change(struct user_namespace *, struct dentry *,
/linux/Documentation/trace/
A Dftrace.rst2932 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
2933 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
/linux/
A DCREDITS143 D: VFS fixes (new notify_change in particular)
A Dvmlinux.symvers4767 0x00000000 notify_change vmlinux EXPORT_SYMBOL
A DSystem.map9061 ffff80001026e394 T notify_change
A D.tmp_System.map9061 ffff80001026e394 T notify_change

Completed in 1186 milliseconds