Home
last modified time | relevance | path

Searched refs:secure_ino (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/fs/ntfs/
A Dsuper.c2094 if (IS_ERR(vol->secure_ino) || is_bad_inode(vol->secure_ino)) { in load_system_files()
2095 if (!IS_ERR(vol->secure_ino)) in load_system_files()
2096 iput(vol->secure_ino); in load_system_files()
2208 iput(vol->secure_ino); in load_system_files()
2284 if (vol->secure_ino) in ntfs_put_super()
2358 if (vol->secure_ino) { in ntfs_put_super()
2359 iput(vol->secure_ino); in ntfs_put_super()
2360 vol->secure_ino = NULL; in ntfs_put_super()
2955 if (vol->secure_ino) { in ntfs_fill_super()
2956 iput(vol->secure_ino); in ntfs_fill_super()
[all …]
A Dvolume.h105 struct inode *secure_ino; /* The VFS inode of $Secure (NTFS3.0+ member

Completed in 9 milliseconds