Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Dattr.c318 int notify_change(struct user_namespace *mnt_userns, struct dentry *dentry, in notify_change() function
432 EXPORT_SYMBOL(notify_change);
Dutimes.c65 error = notify_change(mnt_user_ns(path->mnt), path->dentry, &newattrs, in vfs_utimes()
Dopen.c65 ret = notify_change(mnt_userns, dentry, &newattrs, NULL); in do_truncate()
606 error = notify_change(mnt_user_ns(path->mnt), path->dentry, in chmod_common()
736 error = notify_change(mnt_userns, path->dentry, &newattrs, in chown_common()
Dinode.c2013 return notify_change(mnt_userns, dentry, &newattrs, NULL); in __remove_privs()
/linux-6.1.9/drivers/base/
Ddevtmpfs.c236 notify_change(&init_user_ns, dentry, &newattrs, NULL); in handle_create()
344 notify_change(&init_user_ns, dentry, &newattrs, NULL); in handle_remove()
/linux-6.1.9/fs/cachefiles/
Dinterface.c141 ret = notify_change(&init_user_ns, file->f_path.dentry, in cachefiles_adjust_size()
151 ret = notify_change(&init_user_ns, file->f_path.dentry, in cachefiles_adjust_size()
/linux-6.1.9/fs/ecryptfs/
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-6.1.9/fs/affs/
DChanges115 really necessary as notify_change() will do
/linux-6.1.9/fs/overlayfs/
Doverlayfs.h142 return notify_change(ovl_upper_mnt_userns(ofs), upperdentry, attr, NULL); in ovl_do_notify_change()
/linux-6.1.9/fs/nfsd/
Dvfs.c366 host_err = notify_change(&init_user_ns, dentry, &size_attr, NULL); in __nfsd_setattr()
384 return notify_change(&init_user_ns, dentry, iap, NULL); in __nfsd_setattr()
/linux-6.1.9/fs/ksmbd/
Dsmbacl.c1406 rc = notify_change(user_ns, path->dentry, &newattrs, NULL); in set_info_sec()
Dsmb2pdu.c5690 rc = notify_change(user_ns, dentry, &attrs, NULL); in set_file_basic_info()
/linux-6.1.9/Documentation/filesystems/
Dporting.rst158 Callers of notify_change() need ->i_mutex now.
/linux-6.1.9/include/linux/
Dfs.h2919 int notify_change(struct user_namespace *, struct dentry *,
/linux-6.1.9/Documentation/trace/
Dftrace.rst2944 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
2945 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
/linux-6.1.9/
DCREDITS143 D: VFS fixes (new notify_change in particular)