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

/security/smack/
H A Dsmack_lsm.c2989 * @opt_dentry: dentry where inode will be attached
2994 static void smack_d_instantiate(struct dentry *opt_dentry, struct inode *inode) argument
3034 if (opt_dentry->d_parent == opt_dentry) {
3127 dp = dget(opt_dentry);
/security/selinux/
H A Dhooks.c339 static int inode_doinit_with_dentry(struct inode *inode, struct dentry *opt_dentry);
1268 static int inode_doinit_with_dentry(struct inode *inode, struct dentry *opt_dentry) argument
1309 if (opt_dentry) {
1311 dentry = dget(opt_dentry);
1425 if (opt_dentry)
1428 dentry = dget(opt_dentry);

Completed in 35 milliseconds