Home
last modified time | relevance | path

Searched refs:inode (Results 51 – 75 of 213) sorted by relevance

123456789

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-inode-set-iversion.m49 struct inode inode;
10 inode_set_iversion(&inode, 1);
H A Dkernel-inode-set-flags.m49 struct inode inode;
10 inode_set_flags(&inode, S_IMMUTABLE, S_IMMUTABLE);
H A Dkernel-inode-permission.m412 struct inode *inode, int mask) { return 0; }
29 struct inode *inode, int mask) { return 0; }
H A Dkernel-mknod.m411 struct inode *inode ,struct dentry *dentry,
29 struct inode *inode ,struct dentry *dentry,
H A Dkernel-symlink.m410 struct inode *inode ,struct dentry *dentry,
27 struct inode *inode ,struct dentry *dentry,
H A Dkernel-inode-lock.m411 struct inode *inode = NULL;
12 inode_lock_shared(inode);
H A Dkernel-acl.m449 struct inode *ip = NULL;
175 static struct posix_acl *get_acl_fn(struct inode *inode, int type)
187 static struct posix_acl *get_acl_fn(struct inode *inode, int type,
199 static struct posix_acl *get_inode_acl_fn(struct inode *inode, int type,
271 struct inode *inode, struct posix_acl *acl,
282 static int set_acl_fn(struct inode *inode, struct posix_acl *acl,
H A Dkernel-dentry-alias.m411 struct inode *inode __attribute__ ((unused)) = NULL;
13 hlist_for_each_entry(dentry, &inode->i_dentry,
H A Dkernel-commit-metadata.m44 dnl # filesystem to determine the most efficient way to commit the inode.
10 static int commit_metadata(struct inode *inode) { return 0; }
H A Dkernel-is_owner_or_cap.m415 struct inode *ip = NULL;
22 struct inode *ip = NULL;
30 struct inode *ip = NULL;
/freebsd/tests/sys/cddl/zfs/tests/utils_test/
H A Dutils_test_001_pos.ksh66 inode=`$LS -i $TESTDIR/$TESTFILE.0 | $AWK '{print $1}'`
67 log_mustnot $CLRI /dev/$DISK $inode
68 log_mustnot $CLRI -F zfs /dev/$DISK $inode
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c135 static int ipoib_mcg_open(struct inode *inode, struct file *file) in ipoib_mcg_open() argument
145 seq->private = inode->i_private; in ipoib_mcg_open()
241 static int ipoib_path_open(struct inode *inode, struct file *file) in ipoib_path_open() argument
251 seq->private = inode->i_private; in ipoib_path_open()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c126 unsigned long inode; in sdp_seq_show() local
145 inode = sock_i_ino(sk); in sdp_seq_show()
150 st->num, src, srcp, dest, destp, uid, inode, in sdp_seq_show()
160 static int sdp_seq_open(struct inode *inode, struct file *file) in sdp_seq_open() argument
162 struct sdp_seq_afinfo *afinfo = PDE(inode)->data; in sdp_seq_open()
335 static int sdpstats_seq_open(struct inode *inode, struct file *file) in sdpstats_seq_open() argument
427 static int sdpprf_open(struct inode *inode, struct file *file) in sdpprf_open() argument
/freebsd/usr.sbin/makefs/
H A Dmtree.c433 n->inode = ecalloc(1, sizeof(*n->inode)); in create_node()
436 memcpy(n->inode, global->inode, sizeof(*n->inode)); in create_node()
437 n->inode->st.st_mode = (n->inode->st.st_mode & ~S_IFMT) | n->type; in create_node()
453 assert(n->inode != NULL); in destroy_node()
455 free(n->inode); in destroy_node()
489 st = &node->inode->st; in read_mtree_keywords()
787 curino = link_check(node->inode); in read_mtree_keywords()
789 free(node->inode); in read_mtree_keywords()
790 node->inode = curino; in read_mtree_keywords()
791 node->inode->nlink++; in read_mtree_keywords()
[all …]
H A Dmsdos.c228 if ((cur->inode->flags & FI_ALLOCATED) == 0) { in msdos_populate_dir()
229 cur->inode->flags |= FI_ALLOCATED; in msdos_populate_dir()
232 cur->inode->ino = fsopts->curinode; in msdos_populate_dir()
237 if (cur->inode->flags & FI_WRITTEN) { in msdos_populate_dir()
240 cur->inode->flags |= FI_WRITTEN; in msdos_populate_dir()
/freebsd/sys/fs/ext2fs/
H A Dext2_htree.c69 static int ext2_htree_check_next(struct inode *ip, uint32_t hash,
83 static uint32_t ext2_htree_node_limit(struct inode *ip);
92 static int ext2_htree_split_dirblock(struct inode *ip,
97 static uint32_t ext2_htree_root_limit(struct inode *ip, int len);
98 static int ext2_htree_writebuf(struct inode *ip,
102 ext2_htree_has_idx(struct inode *ip) in ext2_htree_has_idx()
217 ext2_htree_root_limit(struct inode *ip, int len) in ext2_htree_root_limit()
233 ext2_htree_node_limit(struct inode *ip) in ext2_htree_node_limit()
425 struct inode *dp = VTOI(vp); in ext2_htree_append_block()
670 struct inode *dp; in ext2_htree_create_index()
[all …]
/freebsd/sys/ufs/ufs/
H A Dufs_lookup.c191 struct inode *dp; /* inode for directory being searched */ in ufs_lookup_ino()
754 ufs_dirbad(struct inode *ip, doff_t offset, char *how) in ufs_dirbad()
811 ufs_makedirentry(struct inode *ip, struct componentname *cnp, in ufs_makedirentry()
855 struct inode *dp; in ufs_direnter()
1106 struct inode *dp; in ufs_dirremove()
1226 ufs_dirrewrite(struct inode *dp, struct inode *oip, ino_t newinum, int newtype, in ufs_dirrewrite()
1504 ufs_init_trackers(struct inode *ip) in ufs_init_trackers()
1512 ufs_unlock_tracker(struct inode *ip) in ufs_unlock_tracker()
1524 ufs_get_i_offset(struct inode *ip, const char *file, int line) in ufs_get_i_offset()
1539 ufs_get_i_count(struct inode *ip, const char *file, int line) in ufs_get_i_count()
[all …]
H A Dufs_acl.c69 ufs_sync_acl_from_inode(struct inode *ip, struct acl *acl) in ufs_sync_acl_from_inode()
138 ufs_sync_inode_from_acl(struct acl *acl, struct inode *ip) in ufs_sync_inode_from_acl()
158 struct inode *ip = VTOI(vp); in ufs_getacl_nfs4_internal()
232 struct inode *ip = VTOI(vp); in ufs_get_oldacl()
283 struct inode *ip = VTOI(ap->a_vp); in ufs_getacl_posix1e()
378 struct inode *ip = VTOI(vp); in ufs_setacl_nfs4_internal()
430 struct inode *ip = VTOI(ap->a_vp); in ufs_setacl_nfs4()
483 struct inode *ip = VTOI(ap->a_vp); in ufs_setacl_posix1e()
H A Dquota.h217 struct inode;
223 int chkdq(struct inode *, int64_t, struct ucred *, int);
224 int chkiq(struct inode *, int, struct ucred *, int);
228 int getinoquota(struct inode *);
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_alloc.c62 static daddr_t ffs_alloccg(struct inode *, int, daddr_t, int);
63 static daddr_t ffs_alloccgblk(struct inode *, struct m_buf *, daddr_t);
64 static daddr_t ffs_hashalloc(struct inode *, u_int, daddr_t, int,
65 daddr_t (*)(struct inode *, int, daddr_t, int));
149 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) in ffs_blkpref_ufs1()
188 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) in ffs_blkpref_ufs2()
240 ffs_hashalloc(struct inode *ip, u_int cg, daddr_t pref, int size, in ffs_hashalloc()
241 daddr_t (*allocator)(struct inode *, int, daddr_t, int)) in ffs_hashalloc() argument
289 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ffs_alloccg()
374 ffs_alloccgblk(struct inode *ip, struct m_buf *bp, daddr_t bpref) in ffs_alloccgblk()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c34 static struct inode *
37 struct inode *ip; in zpl_inode_alloc()
46 zpl_inode_destroy(struct inode *ip) in zpl_inode_destroy()
59 zpl_dirty_inode(struct inode *ip, int flags) in zpl_dirty_inode()
69 zpl_dirty_inode(struct inode *ip) in zpl_dirty_inode()
95 zpl_evict_inode(struct inode *ip) in zpl_evict_inode()
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c278 fsinode *inode = writenode->node->inode; in cd9660_write_file() local
280 if ((inode->flags & FI_WRITTEN) != 0) { in cd9660_write_file()
282 (int)inode->st.st_ino)); in cd9660_write_file()
285 __func__, (int)inode->st.st_ino, inode->ino)); in cd9660_write_file()
286 inode->flags |= FI_WRITTEN; in cd9660_write_file()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.c19 static int _iwl_dbgfs_##name##_open(struct inode *inode, \
29 data->arg = inode->i_private; \
55 static int _iwl_dbgfs_release(struct inode *inode, struct file *file) in _iwl_dbgfs_release() argument
367 static int iwl_dbgfs_fw_info_open(struct inode *inode, struct file *filp) in iwl_dbgfs_fw_info_open() argument
377 priv->fwrt = inode->i_private; in iwl_dbgfs_fw_info_open()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_denode.c102 uint64_t inode; in deget() local
136 inode = DETOI(pmp, dirclust, diroffset); in deget()
138 error = vfs_hash_get(mntp, inode, lkflags, curthread, &nvp, in deget()
139 de_vncmpf, &inode); in deget()
141 printf("vfs_hash_get(inode %lu) error %d\n", inode, error); in deget()
184 ldep->de_inode = inode; in deget()
195 error = vfs_hash_insert(nvp, inode, lkflags, curthread, &xvp, in deget()
196 de_vncmpf, &inode); in deget()
198 printf("vfs_hash_insert(inode %lu) error %d\n", inode, error); in deget()
/freebsd/tools/test/stress2/misc/
H A Dtruncate6.sh57 inode=$(ls -ail | awk '/file/ {print $1}')
68 inode $inode

123456789