| /linux/fs/hfsplus/ |
| H A D | catalog.c | 437 struct inode *src_dir, const struct qstr *src_name, in hfsplus_rename_cat() 440 struct super_block *sb = src_dir->i_sb; in hfsplus_rename_cat() 447 cnid, src_dir->i_ino, src_name->name, in hfsplus_rename_cat() 464 src_dir->i_ino, src_name); in hfsplus_rename_cat() 503 src_dir->i_ino, src_name); in hfsplus_rename_cat() 513 src_dir->i_size--; in hfsplus_rename_cat() 515 hfsplus_subfolders_dec(src_dir); in hfsplus_rename_cat() 516 inode_set_mtime_to_ts(src_dir, inode_set_ctime_current(src_dir)); in hfsplus_rename_cat() 547 hfsplus_mark_inode_dirty(src_dir, HFSPLUS_I_CAT_DIRT in hfsplus_rename_cat() 435 hfsplus_rename_cat(u32 cnid,struct inode * src_dir,const struct qstr * src_name,struct inode * dst_dir,const struct qstr * dst_name) hfsplus_rename_cat() argument [all...] |
| H A D | dir.c | 305 struct inode *src_dir = d_inode(src_dentry->d_parent); in hfsplus_link() local 316 hfs_dbg("src_dir->i_ino %llu, dst_dir->i_ino %llu, inode->i_ino %llu\n", in hfsplus_link() 317 src_dir->i_ino, dst_dir->i_ino, inode->i_ino); in hfsplus_link() 327 src_dir, &src_dentry->d_name, in hfsplus_link() 337 res = hfsplus_create_cat(cnid, src_dir, in hfsplus_link() 357 res = hfsplus_cat_write_inode(src_dir); in hfsplus_link()
|
| /linux/tools/docs/ |
| H A D | check-variable-fonts.py | 19 src_dir = os.path.dirname(os.path.realpath(__file__)) variable 20 sys.path.insert(0, os.path.join(src_dir, '../lib/python'))
|
| H A D | parse-headers.py | 30 src_dir = os.path.dirname(os.path.realpath(__file__)) variable 31 sys.path.insert(0, os.path.join(src_dir, '../lib/python'))
|
| H A D | sphinx-build-wrapper | 578 def handle_man(self, kerneldoc, docs_dir, src_dir, output_dir): 585 if docs_dir == src_dir: 593 for fname in glob(os.path.join(src_dir, "**"), recursive=True): 605 sys.exit(f"Directory {src_dir} doesn't contain kernel-doc tags") 618 sys.exit(f"Failed to create man pages for {src_dir}: {repr(e)}") 735 src_dir = os.path.join(docs_dir, sphinxdir) 742 src_dir = os.path.normpath(src_dir) 756 src_dir, 761 self.handle_man(kerneldoc, docs_dir, src_dir, output_di 581 handle_man(self, kerneldoc, docs_dir, src_dir, output_dir) global() argument [all...] |
| H A D | sphinx-pre-install | 37 src_dir = os.path.dirname(os.path.realpath(__file__)) variable 38 sys.path.insert(0, os.path.join(src_dir, '../lib/python'))
|
| /linux/drivers/crypto/ti/ |
| H A D | dthev2-aes.c | 348 enum dma_data_direction src_dir, dst_dir; in dthe_aes_run() 368 src_dir = DMA_BIDIRECTIONAL; in dthe_aes_run() 372 src_dir = DMA_TO_DEVICE; in dthe_aes_run() 419 src_mapped_nents = dma_map_sg(tx_dev, src, src_nents, src_dir); in dthe_aes_crypt() 497 dma_unmap_sg(tx_dev, src, src_nents, src_dir); 877 enum dma_data_direction aad_dir, src_dir, dst_dir; 910 src_dir = DMA_BIDIRECTIONAL; 914 src_dir = DMA_TO_DEVICE; 975 src_mapped_nents = dma_map_sg(tx_dev, src, src_nents, src_dir); 1101 dma_unmap_sg(tx_dev, src, src_nents, src_dir); 280 enum dma_data_direction src_dir, dst_dir; dthe_aes_run() local [all...] |
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | env.py | 37 src_dir = Path(self.src_path).parent.resolve() 38 if not (src_dir / "net.config").exists(): 41 with open((src_dir / "net.config").as_posix(), 'r') as fp:
|