Home
last modified time | relevance | path

Searched refs:vfs_getattr_nosec (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/
H A Dstat.c105 int vfs_getattr_nosec(const struct path *path, struct kstat *stat, in vfs_getattr_nosec() function
142 EXPORT_SYMBOL(vfs_getattr_nosec);
176 return vfs_getattr_nosec(path, stat, request_mask, query_flags); in vfs_getattr()
/openbmc/linux/fs/xfs/scrub/
H A Dxfile.c303 error = vfs_getattr_nosec(&xf->file->f_path, &ks, in xfile_stat()
/openbmc/linux/security/integrity/ima/
H A Dima_api.c272 result = vfs_getattr_nosec(&file->f_path, &stat, STATX_CHANGE_COOKIE, in ima_collect_measurement()
H A Dima_main.c172 vfs_getattr_nosec(&file->f_path, &stat, in ima_check_last_writer()
/openbmc/linux/fs/exportfs/
H A Dexpfs.c304 error = vfs_getattr_nosec(&child_path, &stat, in get_name()
/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h404 return vfs_getattr_nosec(path, stat, request_mask, flags); in ovl_do_getattr()
/openbmc/linux/fs/ecryptfs/
H A Dinode.c1013 return vfs_getattr_nosec(path, stat, request_mask, flags); in ecryptfs_do_getattr()
/openbmc/linux/include/linux/
H A Dfs.h3096 extern int vfs_getattr_nosec(const struct path *, struct kstat *, u32, unsigned int);