Searched refs:vfsmnt (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | d_path.c | 61 * @root: root vfsmnt/dentry 80 struct vfsmount *vfsmnt; in prepend_path() local 97 vfsmnt = path->mnt; in prepend_path() 98 mnt = real_mount(vfsmnt); in prepend_path() 100 while (dentry != root->dentry || vfsmnt != root->mnt) { in prepend_path() 103 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { in prepend_path() 108 if (dentry != vfsmnt->mnt_root) { in prepend_path() 118 vfsmnt = &mnt->mnt; in prepend_path() 167 * @root: root vfsmnt/dentry
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | file.h | 60 struct vfsmount *vfsmnt);
|
H A D | dlmglue.h | 135 struct vfsmount *vfsmnt,
|
H A D | file.c | 209 struct vfsmount *vfsmnt) in ocfs2_should_update_atime() 222 * We can be called with no vfsmnt structure - NFSD will in ocfs2_should_update_atime() 229 if (vfsmnt == NULL) in ocfs2_should_update_atime() 232 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime() 233 ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))) in ocfs2_should_update_atime() 236 if (vfsmnt->mnt_flags & MNT_RELATIME) { in ocfs2_should_update_atime() 208 ocfs2_should_update_atime(struct inode *inode, struct vfsmount *vfsmnt) ocfs2_should_update_atime() argument
|
H A D | dlmglue.c | 2563 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime() 2583 if (ocfs2_should_update_atime(inode, vfsmnt)) { in ocfs2_inode_lock_atime() 2598 if (ocfs2_should_update_atime(inode, vfsmnt)) in ocfs2_inode_lock_atime() 2562 ocfs2_inode_lock_atime(struct inode *inode, struct vfsmount *vfsmnt, int *level, int wait) ocfs2_inode_lock_atime() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | file.h | 61 struct vfsmount *vfsmnt);
|
H A D | dlmglue.h | 133 struct vfsmount *vfsmnt,
|
H A D | file.c | 207 struct vfsmount *vfsmnt) in ocfs2_should_update_atime() 220 * We can be called with no vfsmnt structure - NFSD will in ocfs2_should_update_atime() 227 if (vfsmnt == NULL) in ocfs2_should_update_atime() 230 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime() 231 ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))) in ocfs2_should_update_atime() 234 if (vfsmnt->mnt_flags & MNT_RELATIME) { in ocfs2_should_update_atime() 206 ocfs2_should_update_atime(struct inode *inode, struct vfsmount *vfsmnt) ocfs2_should_update_atime() argument
|
H A D | dlmglue.c | 2573 struct vfsmount *vfsmnt, in ocfs2_inode_lock_atime() 2593 if (ocfs2_should_update_atime(inode, vfsmnt)) { in ocfs2_inode_lock_atime() 2608 if (ocfs2_should_update_atime(inode, vfsmnt)) in ocfs2_inode_lock_atime() 2572 ocfs2_inode_lock_atime(struct inode *inode, struct vfsmount *vfsmnt, int *level, int wait) ocfs2_inode_lock_atime() argument
|
Completed in 19 milliseconds