Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs/
Dsuper.c2093 vol->secure_ino = ntfs_iget(sb, FILE_Secure); in load_system_files()
2094 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()
2285 ntfs_commit_inode(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()
[all …]
Dvolume.h105 struct inode *secure_ino; /* The VFS inode of $Secure (NTFS3.0+ member