Home
last modified time | relevance | path

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

/linux-6.15/include/net/bluetooth/
H A Dcoredump.h58 notify_change_t notify_change; member
68 dmp_hdr_t dmp_hdr, notify_change_t notify_change);
83 notify_change_t notify_change) in hci_devcd_register() argument
/linux-6.15/net/bluetooth/
H A Dcoredump.c83 if (hdev->dump.notify_change) in hci_devcd_notify()
84 hdev->dump.notify_change(hdev, state); in hci_devcd_notify()
422 dmp_hdr_t dmp_hdr, notify_change_t notify_change) in hci_devcd_register() argument
436 hdev->dump.notify_change = notify_change; in hci_devcd_register()
/linux-6.15/fs/
H A Dattr.c426 int notify_change(struct mnt_idmap *idmap, struct dentry *dentry, in notify_change() function
563 EXPORT_SYMBOL(notify_change);
H A Dutimes.c66 error = notify_change(mnt_idmap(path->mnt), path->dentry, &newattrs, in vfs_utimes()
H A Dopen.c65 ret = notify_change(idmap, dentry, &newattrs, NULL); in do_truncate()
644 error = notify_change(mnt_idmap(path->mnt), path->dentry, in chmod_common()
782 error = notify_change(idmap, path->dentry, &newattrs, in chown_common()
H A Dinode.c2190 return notify_change(idmap, dentry, &newattrs, NULL); in __remove_privs()
/linux-6.15/fs/cachefiles/
H A Dinterface.c146 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry, in cachefiles_adjust_size()
156 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry, in cachefiles_adjust_size()
/linux-6.15/drivers/base/
H A Ddevtmpfs.c243 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL); in handle_create()
345 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL); in handle_remove()
/linux-6.15/fs/ecryptfs/
H A Dinode.c875 rc = notify_change(&nop_mnt_idmap, lower_dentry, in ecryptfs_truncate()
984 rc = notify_change(&nop_mnt_idmap, lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
/linux-6.15/fs/affs/
H A DChanges115 really necessary as notify_change() will do
/linux-6.15/fs/overlayfs/
H A Doverlayfs.h203 return notify_change(ovl_upper_mnt_idmap(ofs), upperdentry, attr, NULL); in ovl_do_notify_change()
/linux-6.15/fs/nfsd/
H A Dvfs.c452 host_err = notify_change(&nop_mnt_idmap, dentry, &size_attr, NULL); in __nfsd_setattr()
470 return notify_change(&nop_mnt_idmap, dentry, iap, NULL); in __nfsd_setattr()
H A Dnfs4state.c9146 ret = notify_change(&nop_mnt_idmap, dentry, &attrs, NULL); in cb_getattr_update_times()
/linux-6.15/fs/smb/server/
H A Dsmbacl.c1465 rc = notify_change(idmap, path->dentry, &newattrs, NULL); in set_info_sec()
H A Dsmb2pdu.c6152 rc = notify_change(idmap, dentry, &attrs, NULL); in set_file_basic_info()
/linux-6.15/include/linux/
H A Dfs.h3003 int notify_change(struct mnt_idmap *, struct dentry *,
/linux-6.15/Documentation/filesystems/
H A Dporting.rst158 Callers of notify_change() need ->i_mutex now.
/linux-6.15/Documentation/trace/
H A Dftrace.rst3162 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
3163 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
/linux-6.15/
H A DCREDITS148 D: VFS fixes (new notify_change in particular)