Home
last modified time | relevance | path

Searched refs:ep (Results 1 – 7 of 7) sorted by relevance

/fs/
Deventpoll.c159 struct eventpoll *ep; member
373 static inline int ep_events_available(struct eventpoll *ep) in ep_events_available() argument
375 return !list_empty(&ep->rdllist) || ep->ovflist != EP_UNACTIVE_PTR; in ep_events_available()
529 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait() argument
546 return rcu_dereference_check(epi->ws, lockdep_is_held(&epi->ep->mtx)); in ep_wakeup_source()
587 static int ep_scan_ready_list(struct eventpoll *ep, in ep_scan_ready_list() argument
602 mutex_lock_nested(&ep->mtx, depth); in ep_scan_ready_list()
612 spin_lock_irqsave(&ep->lock, flags); in ep_scan_ready_list()
613 list_splice_init(&ep->rdllist, &txlist); in ep_scan_ready_list()
614 ep->ovflist = NULL; in ep_scan_ready_list()
[all …]
/fs/xfs/
Dxfs_bmap.c555 xfs_bmbt_rec_t *ep; /* pointer to current extent */ in xfs_bmap_check_leaf_extents() local
646 ep = XFS_BMBT_REC_ADDR(mp, block, 1); in xfs_bmap_check_leaf_extents()
650 xfs_bmbt_disk_get_startoff(ep)); in xfs_bmap_check_leaf_extents()
654 ASSERT(xfs_bmbt_disk_get_startoff(ep) + in xfs_bmap_check_leaf_extents()
655 xfs_bmbt_disk_get_blockcount(ep) <= in xfs_bmap_check_leaf_extents()
657 ep = nextp; in xfs_bmap_check_leaf_extents()
660 last = *ep; in xfs_bmap_check_leaf_extents()
1031 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_bmap_extents_to_btree() local
1126 ep = xfs_iext_get_ext(ifp, i); in xfs_bmap_extents_to_btree()
1127 if (!isnullstartblock(xfs_bmbt_get_startblock(ep))) { in xfs_bmap_extents_to_btree()
[all …]
Dxfs_inode.c345 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_validate_extents() local
346 rec.l0 = get_unaligned(&ep->l0); in xfs_validate_extents()
347 rec.l1 = get_unaligned(&ep->l1); in xfs_validate_extents()
757 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_iformat_extents() local
758 ep->l0 = get_unaligned_be64(&dp->l0); in xfs_iformat_extents()
759 ep->l1 = get_unaligned_be64(&dp->l1); in xfs_iformat_extents()
2440 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_iextents_copy() local
2441 start_block = xfs_bmbt_get_startblock(ep); in xfs_iextents_copy()
2450 put_unaligned(cpu_to_be64(ep->l0), &dp->l0); in xfs_iextents_copy()
2451 put_unaligned(cpu_to_be64(ep->l1), &dp->l1); in xfs_iextents_copy()
[all …]
Dxfs_bmap_btree.c472 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx); in xfs_check_nostate_extents() local
473 if ((ep->l0 >> in xfs_check_nostate_extents()
/fs/autofs4/
Dwaitq.c135 struct autofs_packet_expire_multi *ep = &pkt.v4_pkt.expire_multi; in autofs4_notify_daemon() local
137 pktsz = sizeof(*ep); in autofs4_notify_daemon()
139 ep->wait_queue_token = wq->wait_queue_token; in autofs4_notify_daemon()
140 ep->len = wq->name.len; in autofs4_notify_daemon()
141 memcpy(ep->name, wq->name.name, wq->name.len); in autofs4_notify_daemon()
142 ep->name[wq->name.len] = '\0'; in autofs4_notify_daemon()
/fs/nfsd/
Dexport.c82 char *ep; in expkey_parse() local
108 fsidtype = simple_strtoul(buf, &ep, 10); in expkey_parse()
109 if (*ep) in expkey_parse()
/fs/f2fs/
Dnode.c125 nid_t start, unsigned int nr, struct nat_entry **ep) in __gang_lookup_nat_cache() argument
127 return radix_tree_gang_lookup(&nm_i->nat_root, (void **)ep, start, nr); in __gang_lookup_nat_cache()