Home
last modified time | relevance | path

Searched refs:opt_dentry (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/smack/
H A Dsmack_lsm.c3284 * @opt_dentry: dentry where inode will be attached
3289 static void smack_d_instantiate(struct dentry *opt_dentry, struct inode *inode) in smack_d_instantiate() argument
3328 if (opt_dentry->d_parent == opt_dentry) { in smack_d_instantiate()
3437 dp = dget(opt_dentry); in smack_d_instantiate()
/kernel/linux/linux-6.6/security/smack/
H A Dsmack_lsm.c3429 * @opt_dentry: dentry where inode will be attached
3434 static void smack_d_instantiate(struct dentry *opt_dentry, struct inode *inode) in smack_d_instantiate() argument
3473 if (opt_dentry->d_parent == opt_dentry) { in smack_d_instantiate()
3582 dp = dget(opt_dentry); in smack_d_instantiate()
/kernel/linux/linux-5.10/security/selinux/
H A Dhooks.c247 static int inode_doinit_with_dentry(struct inode *inode, struct dentry *opt_dentry);
270 * @opt_dentry is NULL and no dentry for this inode can be in __inode_security_revalidate()
1393 static int inode_doinit_with_dentry(struct inode *inode, struct dentry *opt_dentry) in inode_doinit_with_dentry() argument
1440 if (opt_dentry) { in inode_doinit_with_dentry()
1442 dentry = dget(opt_dentry); in inode_doinit_with_dentry()
1498 if (opt_dentry) { in inode_doinit_with_dentry()
1501 dentry = dget(opt_dentry); in inode_doinit_with_dentry()
/kernel/linux/linux-6.6/security/selinux/
H A Dhooks.c268 static int inode_doinit_with_dentry(struct inode *inode, struct dentry *opt_dentry);
291 * @opt_dentry is NULL and no dentry for this inode can be in __inode_security_revalidate()
1408 static int inode_doinit_with_dentry(struct inode *inode, struct dentry *opt_dentry) in inode_doinit_with_dentry() argument
1458 if (opt_dentry) { in inode_doinit_with_dentry()
1460 dentry = dget(opt_dentry); in inode_doinit_with_dentry()
1516 if (opt_dentry) { in inode_doinit_with_dentry()
1519 dentry = dget(opt_dentry); in inode_doinit_with_dentry()

Completed in 30 milliseconds