Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs/
Dsuper.c2085 vol->secure_ino = ntfs_iget(sb, FILE_Secure); in load_system_files()
2086 if (IS_ERR(vol->secure_ino) || is_bad_inode(vol->secure_ino)) { in load_system_files()
2087 if (!IS_ERR(vol->secure_ino)) in load_system_files()
2088 iput(vol->secure_ino); in load_system_files()
2200 iput(vol->secure_ino); in load_system_files()
2276 if (vol->secure_ino) in ntfs_put_super()
2277 ntfs_commit_inode(vol->secure_ino); in ntfs_put_super()
2350 if (vol->secure_ino) { in ntfs_put_super()
2351 iput(vol->secure_ino); in ntfs_put_super()
2352 vol->secure_ino = NULL; in ntfs_put_super()
[all …]
Dvolume.h105 struct inode *secure_ino; /* The VFS inode of $Secure (NTFS3.0+ member