Home
last modified time | relevance | path

Searched refs:refn (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/fs/orangefs/
Dupcall.h22 struct orangefs_object_kref refn; member
48 struct orangefs_object_kref refn; member
54 struct orangefs_object_kref refn; member
70 struct orangefs_object_kref refn; member
77 struct orangefs_object_kref refn; member
98 struct orangefs_object_kref refn; member
103 struct orangefs_object_kref refn; member
117 struct orangefs_object_kref refn; member
124 struct orangefs_object_kref refn; member
131 struct orangefs_object_kref refn; member
[all …]
Dnamei.c38 new_op->upcall.req.create.parent_refn = parent->refn; in orangefs_create()
52 &new_op->downcall.resp.create.refn.khandle, in orangefs_create()
53 new_op->downcall.resp.create.refn.fs_id, in orangefs_create()
60 ref = new_op->downcall.resp.create.refn; in orangefs_create()
139 &parent->refn.khandle); in orangefs_lookup()
140 new_op->upcall.req.lookup.parent_refn = parent->refn; in orangefs_lookup()
156 &new_op->downcall.resp.lookup.refn.khandle, in orangefs_lookup()
157 new_op->downcall.resp.lookup.refn.fs_id, in orangefs_lookup()
162 inode = orangefs_iget(dir->i_sb, &new_op->downcall.resp.lookup.refn); in orangefs_lookup()
189 &parent->refn.khandle, in orangefs_unlink()
[all …]
Dsuper.c116 memset(&orangefs_inode->refn.khandle, 0, 16); in orangefs_alloc_inode()
117 orangefs_inode->refn.fs_id = ORANGEFS_FS_ID_NULL; in orangefs_alloc_inode()
314 struct orangefs_object_kref refn; in orangefs_fh_to_dentry() local
319 ORANGEFS_khandle_from(&(refn.khandle), fid->raw, 16); in orangefs_fh_to_dentry()
320 refn.fs_id = (u32) fid->raw[4]; in orangefs_fh_to_dentry()
323 &refn.khandle, in orangefs_fh_to_dentry()
324 refn.fs_id); in orangefs_fh_to_dentry()
326 return d_obtain_alias(orangefs_iget(sb, &refn)); in orangefs_fh_to_dentry()
336 struct orangefs_object_kref refn; in orangefs_encode_fh() local
345 refn = ORANGEFS_I(inode)->refn; in orangefs_encode_fh()
[all …]
Dorangefs-utils.c20 fsid = op->upcall.req.io.refn.fs_id; in fsid_of_op()
29 fsid = op->upcall.req.getattr.refn.fs_id; in fsid_of_op()
38 fsid = op->upcall.req.readdir.refn.fs_id; in fsid_of_op()
41 fsid = op->upcall.req.setattr.refn.fs_id; in fsid_of_op()
53 fsid = op->upcall.req.truncate.refn.fs_id; in fsid_of_op()
56 fsid = op->upcall.req.ra_cache_flush.refn.fs_id; in fsid_of_op()
62 fsid = op->upcall.req.getxattr.refn.fs_id; in fsid_of_op()
65 fsid = op->upcall.req.setxattr.refn.fs_id; in fsid_of_op()
68 fsid = op->upcall.req.listxattr.refn.fs_id; in fsid_of_op()
71 fsid = op->upcall.req.removexattr.refn.fs_id; in fsid_of_op()
[all …]
Ddowncall.h24 struct orangefs_object_kref refn; member
28 struct orangefs_object_kref refn; member
32 struct orangefs_object_kref refn; member
41 struct orangefs_object_kref refn; member
Dfile.c26 get_khandle_from_ino(inode), &orangefs_inode->refn.khandle, in flush_racache()
27 orangefs_inode->refn.fs_id); in flush_racache()
32 new_op->upcall.req.ra_cache_flush.refn = orangefs_inode->refn; in flush_racache()
52 struct orangefs_khandle *handle = &orangefs_inode->refn.khandle; in wait_for_direct_io()
64 new_op->upcall.req.io.refn = orangefs_inode->refn; in wait_for_direct_io()
248 struct orangefs_khandle *handle = &orangefs_inode->refn.khandle; in do_readv_writev()
377 &orangefs_inode->refn.khandle, in orangefs_inode_read()
389 &orangefs_inode->refn.khandle, in orangefs_inode_read()
629 new_op->upcall.req.fsync.refn = orangefs_inode->refn; in orangefs_fsync()
Dxattr.c100 new_op->upcall.req.getxattr.refn = orangefs_inode->refn; in orangefs_inode_getxattr()
181 new_op->upcall.req.removexattr.refn = orangefs_inode->refn; in orangefs_inode_removexattr()
261 new_op->upcall.req.setxattr.refn = orangefs_inode->refn; in orangefs_inode_setxattr()
330 new_op->upcall.req.listxattr.refn = orangefs_inode->refn; in orangefs_listxattr()
Dinode.c160 &orangefs_inode->refn.khandle, in orangefs_setattr_size()
161 orangefs_inode->refn.fs_id, in orangefs_setattr_size()
181 new_op->upcall.req.truncate.refn = orangefs_inode->refn; in orangefs_setattr_size()
368 ORANGEFS_I(inode)->refn.fs_id = ref->fs_id; in orangefs_set_inode()
369 ORANGEFS_I(inode)->refn.khandle = ref->khandle; in orangefs_set_inode()
383 return (!ORANGEFS_khandle_cmp(&(orangefs_inode->refn.khandle), in orangefs_test_inode()
385 orangefs_inode->refn.fs_id == ref->fs_id); in orangefs_test_inode()
Ddcache.c33 new_op->upcall.req.lookup.parent_refn = parent->refn; in orangefs_revalidate_lookup()
56 if (!match_handle(new_op->downcall.resp.lookup.refn.khandle, in orangefs_revalidate_lookup()
Dorangefs-kernel.h183 struct orangefs_object_kref refn; member
258 return &(ORANGEFS_I(inode)->refn.khandle); in get_khandle_from_ino()
Ddir.c75 op->upcall.req.readdir.refn = oi->refn; in do_readdir()
/Linux-v4.19/drivers/iio/adc/
Dfsl-imx25-gcq.c207 u32 refn = MX25_ADCQ_CFG_REFN_NGND2; in mx25_gcq_setup_cfgs() local
222 of_property_read_u32(child, "fsl,adc-refn", &refn); in mx25_gcq_setup_cfgs()
253 refn = MX25_ADCQ_CFG_REFN(refn); in mx25_gcq_setup_cfgs()
259 if ((refn & MX25_ADCQ_CFG_REFN_MASK) != refn) { in mx25_gcq_setup_cfgs()
267 refp | refn); in mx25_gcq_setup_cfgs()
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/
Dfsl,imx25-gcq.txt39 - fsl,adc-refn: specifies the negative reference input as defined in
55 fsl,adc-refn = <MX25_ADC_REFN_NGND>;